home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-04-23 | 213 b | 6 lines | [TEXT/SOLV] |
- { Galileo's equations of motion for a falling body. }
- precision = 5
- position = initial_velocity * time + acceleration * (time ^ 2) / 2
- velocity = initial_velocity + acceleration * time
- acceleration = -32 {ft/s^2}
-